home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / bbs / rwave200.zip / WHATSNEW.200 < prev   
Text File  |  1996-08-26  |  9KB  |  181 lines

  1.    ┌── · ▄▄▄. ────────────────────────────────────────────────────────────┐
  2.    │ .■▄█▀▀▀▀■.   RENEWAVE v2.00 - WHAT'S NEW IN THIS VERSION             │
  3.     ■▄█░█▒    · ▄ Copyright 1994-1996 Lars Hellsten, All Rights Reserved  │
  4.    ░███████▄▄▄▄██ Another great MatrixSoft product!                       │
  5.    ┌──────────────────────────────────────────────────────────────────────┐
  6.    └──────── Blue Wave / QWK offline mail door for Renegade 05-11 ────────┘
  7.  
  8.  
  9.                                INTRODUCTION
  10.  
  11.  
  12.    This file contains a list of major changes that have been made since the
  13.    last version of RENEWAVE was released.  It is best when upgrading to a
  14.    new version, to search this file for the release of the version you're
  15.    currently running, and then read *UP* from that point.  That way you see
  16.    the changes in the order they were made.
  17.  
  18.    IMPORTANT!  If you are currently running ReneWave v1.xx, and wish to
  19.    upgrade from that, make sure you read INSTALL.DOC carefully before
  20.    proceeding.  Also, not all changes since v1.xx have been listed, only
  21.    the major ones.  There have been so many little changes that were made
  22.    when most of the code was revamped that I can't possibly remember them
  23.    all (and they weren't all made note of).
  24.  
  25.  
  26.                                  HISTORY 
  27.  
  28.    
  29.                (%)=Bug fix, (+)=Added, (-)=Removed, (*)=Note
  30.  
  31.  
  32.    v2.00 / Wednesday, August 28
  33.  
  34.  
  35.        * ASYNC mode now uses up a lot less CPU time - even less than FOSSIL
  36.          mode in fact.  Running in ASYNC mode may now be advantageous under
  37.          multitasking environments.
  38.  
  39.        % Fixed up a few minor bugs when aborting transfers with the
  40.          internal protocols, such as sometimes having to press ESC twice to
  41.          abort, etc.  Generally, the internal protocols should be much more
  42.          responsive now to local or remote aborts.
  43.  
  44.        + The current block size is now displayed with the internal
  45.          protocols, and subsequently, the messages window has been
  46.          increased in size to 5 lines.
  47.  
  48.  
  49.    v2.00 Gamma-2 / Thursday, August 15
  50.  
  51.  
  52.        + The old Renegade user file format is now supported.  This means
  53.          you can now use ReneWave v2.00 with Renegade v10-05 or Renegade
  54.          v10-31.  I was reluctant to support the older versions, but
  55.          decided it was worth the 20-30 minutes to implement the kludge.
  56.  
  57.          MAKE SURE THE "RENEGADE VERSION" FIELD IN RWSETUP (under misc.
  58.          options) IS SET CORRECTLY AFTER UPGRADING!
  59.  
  60.        + Internal protocols have been added.  It's basically nothing more
  61.          than MSZ (my new protocol driver which as of this writing has not
  62.          yet been released) internal to ReneWave.  In conjunction with
  63.          this, there is now a "Type" setting in the protocol configuration
  64.          which allows you to toggle whether the protocol is an internal or
  65.          external one, and if internal, which protocol it is.
  66.  
  67.        * In FOSSIL mode, the FOSSIL driver is no longer left "hot" (active)
  68.          during DOS shells.  This seemed to be sometimes causing problems
  69.          with lost characters (and consequently garbled ANSI).
  70.  
  71.  
  72.    v2.00 Gamma-1 / Monday, July 22
  73.  
  74.  
  75.       * Changed the status characters in the scan table listing.  I think
  76.         the new status string is more intuitive.  If an area is set to the
  77.         default settings (just selected normally), the status string will
  78.         be blank.  Here's what each space represents now:
  79.  
  80.            ------
  81.            123456
  82.  
  83.            (1) Only bundle "P"ersonal messages, or personal+"A"ll
  84.            (2) Only bundle messages containing "K"eywords
  85.            (3) Do not bundle messages containing "F"ilters
  86.            (4) "B"undle first n after lastread, or "L"ast n messages
  87.            (5) "U"pdate lastread pointers in area after download
  88.            (6) Bundle "O"ld messages in this area
  89.  
  90.       + Added an install program to the package.  All new installations
  91.         and upgrades should be done via the install program.
  92.  
  93.       + You can now abort the display of text files, menus, etc. by
  94.         pressing SPACE while the file is being displayed.  Also, when
  95.         displaying help files, RW now pauses automatically when it hits
  96.         the user's line length, so you can remove all the %PA's from
  97.         your .HLP files.
  98.  
  99.       + Added an internal file list compiler.  You can still use an
  100.         external file list compiler, or none at all.  The internal
  101.         compiler slows things down slightly, as it has to compile the
  102.         listing before the user downloads the packet.
  103.  
  104.         The advantages are that it will only process file areas the
  105.         user has selected for newscans, and will include files newer
  106.         than the last time they scanned for new files, and update
  107.         their last scanned pointers.
  108.  
  109.       * New communication routines written from scratch (FKFOSSIL is no
  110.         longer used) which support communications by both via your FOSSIL
  111.         driver, or alternatively via direct port access.  There is now a
  112.         toggle in RWSETUP.MiscOptions for toggling the communications mode.
  113.         99% of sysops out there will want to use FOSSIL mode, although
  114.         direct port access is about 2% faster.
  115.  
  116.       * The bundling command and message area selection systems have been
  117.         revamped.  The "filter", "keyword", "personal", and "personal+all"
  118.         status flags are now applied permanently.
  119.  
  120.       * File attach downloading features have been implemented.  ReneWave
  121.         now allows you to download any file attaches with your mail packet.
  122.         You can also manage the queue of available file attaches from the
  123.         download prompt to add or remove files.
  124.  
  125.       + Seamless Fido<->UUCP Internet e-mail gateway support has been
  126.         implemented.  This allows users running Blue Wave v2.20 or
  127.         compatible readers to post Internet e-mail with no strings
  128.         attached.  Destination addresses can be up to 99 characters in
  129.         length.
  130.  
  131.         There is a new menu in RWSETUP for configuring this feature.  If
  132.         the feature is toggled ON, ReneWave will include a "fake" Internet
  133.         e-mail area at the beginning of the user's mail packet, for posting
  134.         e-mail messages.
  135.  
  136.       + All prompts and strings are now configurable.  ENGLISH.RWC is your
  137.         language configuration file, ENGLISH.RW contains the actual
  138.         language text, and ENGLISH.RWL is the compiled language file.  The
  139.         name of the language files must be ENGLISH.xxx - that's hardcoded
  140.         right now since Renegade itself does not have multiple language
  141.         support.
  142.  
  143.         Any changes you want to make to your configuration should be done
  144.         by editing ENGLISH.RW, with a plain text editor.  After you're
  145.         finished making changes, you must compile it using RWLCOMP.EXE.
  146.         For more information on language file modification, refer to the
  147.         docs, or the comment lines in ENGLISH.RW or ENGLISH.RWC.
  148.  
  149.       + Fully sysop-configurable menu files/structure.  ReneWave's menu
  150.         system works on the same concepts as Renegade's, only it's not
  151.         nearly as complex or involved (there's no need for it to be).
  152.  
  153.         ReneWave will look for RW_MAIN.MNU (or whatever name you define in
  154.         your ENGLISH.RWC file) in your menus directory for the main/startup
  155.         menu.  That file MUST exist.  After that, everything is read off
  156.         that menu.  Nothing is hardcoded anymore.
  157.  
  158.         For a list of ReneWave cmdkeys, and more detialed explanation,
  159.         see RWMENUS.DOC.  For sample menus, unzip RW_MENUS.ZIP (the menu
  160.         screens are now contained in RW_TEXT.ZIP) from your SAMPLES\
  161.         directory.
  162.  
  163.       - The (V)iew configuration screen has been removed.  You can now
  164.         replace it with a screen in the MENU directory using MCI codes
  165.         and a -F command.  A sample VIEWCFG.ASC has been included in
  166.         RW_TEXT.ZIP.
  167.  
  168.       + Users can now view and edit their current packet number (which
  169.         is equal to the ex